wayland: Do not store the grab cursor separately
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 19 Jun 2015 12:02:42 +0000 (14:02 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 24 Nov 2015 19:52:12 +0000 (20:52 +0100)
commit5f59d7de1ec9f449edec715dc1e113c3e131c2c9
treea6cf82d7fa0baa5a86a889746bdd2d676a489b5c
parentcc2e77295ef3c1acc81ccbe45e1cf063d45b9058
wayland: Do not store the grab cursor separately

After the grab is finished, we would expect an enter event, and
GDK updating internally the cursor for that window and device.
This means there is no need at all to store it separately in the
backend.

As a side effect, animated cursors are now also possible on grab
icons.

https://bugzilla.gnome.org/show_bug.cgi?id=735847
gdk/wayland/gdkdevice-wayland.c